home *** CD-ROM | disk | FTP | other *** search
/ The Hacker Chronicles - A…the Computer Underground / The Hacker Chronicles - A Tour of the Computer Underground (P-80 Systems).iso / phrk4 / phrack40.7 < prev    next >
Text File  |  1992-10-02  |  68KB  |  1,379 lines

  1.                                 ==Phrack Inc.==
  2.  
  3.                      Volume Four, Issue Forty, File 7 of 14
  4.  
  5.                         =/=/=/=/=/=/=/=^=\=\=\=\=\=\=\=
  6.                         =                             =
  7.                         =  The Fine Art of Telephony  =
  8.                         =                             =
  9.                         =       by Crimson Flash      =
  10.                         =                             =
  11.                         =\=\=\=\=\=\=\=!=/=/=/=/=/=/=/=
  12.  
  13.  
  14. Bell!  Bell!  Bell!  Your reign of tyranny is threatened, your secrets will
  15. be exposed.  The hackers have come to stake their claim and punch holes in your
  16. monopolistic control.  The 1990s began with an attack on us, but will end with
  17. our victory of exposing the secret government and corruption that lies behind
  18. your walls and screens.  Oppose us with all your might, with all your lies,
  19. with all your accountants and bogus security "professionals."  You can stop the
  20. one, but you'll never stop the many.
  21.  
  22. A. Introduction
  23. B. Basic Switching
  24. C. RCMAC
  25.   1. Office Equipment
  26.   2. How Does All This Fit Into RCMAC
  27.   3. Function of RCMAC
  28.     a. Coordination of Recent Change Source Documentation
  29.     b. Processing of Recent Change Requests
  30.     c. Administrative Responsibilities and Interface Groups
  31. D. The FACS Environment
  32. E. Getting Ready For Recent Change Message
  33.   1. When MARCH Receives A Translation Packet (TP)
  34.   2. When MARCH Receives A Service Order Image
  35. F. MARCH Background Processing
  36. G. User Transaction in MARCH
  37. H. Service Order Forms
  38. I. COSMOS Service Order From The SOI Command
  39. J. MSR - MARCH Status Report (MARCH)
  40. K. Other Notes
  41. L. Recommended Reading
  42.  
  43. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  44.  
  45.  A. Introduction
  46.  ~~~~~~~~~~~~~~~
  47.      Bell.  Bell Bell Bell!  What is it about Bell?  I am not sure what my
  48. fascination is with them, but it never ceases nor does it ever diminish.  Maybe
  49. its because they are so private.  Maybe its because they find it possible to
  50. rip millions of people off daily and they do it with such great ease.  Or
  51. perhaps its just that they do not want anyone to know what they are doing.
  52.  
  53.      Around my area down here in Texas (512), the Central Office buildings have
  54. large brick walls, cameras at each door, bright lights, and every piece of
  55. paper says in big block letters: "PROPRIETARY INFORMATION -- NOT FOR USE OR
  56. DISCLOSURE OUTSIDE OF SOUTHWESTERN BELL."  This message can be found on
  57. everything, but their phone books!  Why?
  58.  
  59.      This files are about RCMAC and FACS/MARCH.  The information presented here
  60. is largely from memory.  If you think the information is wrong, then get the
  61. information yourself!  One thing to keep in mind is that nothing is in stone!
  62. Different BOCs (Bell Operating Companies) use different systems and have
  63. different ways of doing the same thing.  Like in some areas RCMAC is the CIC,
  64. the MLAC may not exist, so on and so forth.  So nothing is ever fully true with
  65. Bell, but then why should things like their systems differ from their policies
  66. and promises.  There is a Bellcore standard and then there is the real way it
  67. is done by your local BOC.
  68.  
  69.  
  70.  B. Basic Switching
  71.  ~~~~~~~~~~~~~~~~~~
  72.      A switching system (a switch) allows connect between two (or more) phone
  73. lines, or two trunks.  A basic T1 trunk is 24 lines on a 22 gauge, 4-wire
  74. twisted pair.  Not only does it allow connect, it also controls connection,
  75. where you call, and when someone calls you.  In short it controls everything
  76. about your phone!  From a large AT&T 5ESS switching 150,000+ line to a small 24
  77. line PABX (Private Automatic Branch Exchange, a switch), they control your
  78. phone service.
  79.  
  80.      What's the big deal about telephone switches?  Telephony is the largest
  81. form of communications for just about everyone in the world!  Just try life
  82. without a phone line to your house.  I have four phone lines and sometimes that
  83. is still not enough.
  84.  
  85.      Today's switches are digital.  This means that when you talk on the phone,
  86. your voice is converted to 1s and 0s (on or off, true or false).  This works in
  87. several steps:
  88.  
  89.    [0] You call someone.
  90.    [1] Sampling -- The analog signal (your voice) is sampled at certain parts.
  91.        The output is called Pulse Amplitude Modulation (PAM) signal.
  92.    [2] Quantize -- The PAM signal is now measured for wave length high (or
  93.        amplitude) where numbers are given to the signal.
  94.    [3] Encoding -- In this step, the Quantized signal (with the numbers for the
  95.        height of the wavelength (amplitude)) is converted to an 8-bit binary
  96.        number.  The output of the 8-bit "word" may be either a "1" (a pulse) or
  97.        a "0" (no pulse).
  98.    [4] Encoding -- Produces a signal called a Pulse-Code Modulation (PCM)
  99.        signal.  PCM just means that the signal is modulating pulses (digital).
  100.        From this point, the signal is switched to where it needs to go.
  101.    [5] The PCM signal is where it needs to go.  The signal is now converted
  102.        back to analog.
  103.    [6] Decoding -- The 8-bit PCM signal is sent to the decoder to get the
  104.        number that measured the amplitude of the wave.
  105.    [7] Filtering -- This takes the PAM signal (the decoding produced) and it
  106.        reproduces the analog signal just as it was.
  107.  
  108.                                            ___
  109.     [1]           [2]       [3]     [4]   | S |  [5]       [6]      [7]
  110.      ________   _________  ______         | w |         ________   ______
  111.     |        | |        | |      |   __   | i |   __   |        | |      |
  112. \/\/|Sampling|-|Quantize|-|Encode|__|  |__| t |__|  |__|Decoding|-|Filter|/\/
  113.     |________| |________| |______|        | c |        |________| |______|
  114.  |            |                       |   |_h_|    |
  115.  |           PAM                     PCM          PCM                       |
  116. Analog Signal (You Talking)             /      \             Analog Signal__|
  117.                                    /               \
  118.                               /                        \
  119.                          /                                 \
  120.                     /                                          \
  121.       Blow Up /   of the Switch                                     \
  122.         /                                                               \
  123.   /                                                                        \
  124.                         ___________________________
  125.            _____       |                           |       _____
  126.    1    T |     | T  1 |                           | 1  T |     |    1
  127.    -------|  T  |------|                           |------|  T  |-----
  128.           |_____|      |                           |      |_____|
  129.            _____       |                           |       _____
  130.    2    T |     | T  2 |            S              | 2  T |     |    2
  131.    -------|  T  |------|           mxn             |------|  T  |-----
  132.           |_____|   o  |                           |  o   |_____|
  133.            _____    o  |                           |  o    _____
  134.    m    T |     | T  m |                           | n  T |     |    n
  135.    -------|  T  |------|                           |------|  T  |-----
  136.           |_____|      |                           |      |_____|
  137.                        |___________________________|
  138.  
  139.      The basic design of most of the switches today is a Time-Space-Time (TST)
  140. topology.  In the Time-Space-Time in the arrangement shown, time slot
  141. interchangers will interchange information between external channels and
  142. internal (space array) channels.
  143.  
  144.      This is just a quick run through to gives you a general idea about
  145. switches without going into math and more technical ideas.  For a better
  146. understanding, get "Fundamentals of Digital Switching" by John C. McDonald.
  147. This book is well written and describes ideas that I cannot get into.
  148.  
  149.  
  150.  C. RCMAC
  151.  ~~~~~~~~
  152.      The Recent Change Memory Administration Center's (RCMAC) purpose is to
  153. make changes to the software in various Electronic Switching Systems (ESS).  An
  154. ESS uses a Stored Program Control (SPC) to provide telephone service.  Since
  155. people with phones and their services change often, the ESS uses a memory
  156. called Recent Change.  This Recent Change area of memory is used on a standby
  157. basis until the information can be updated into the semipermanent memory area
  158. of the ESS.  It is in the templar area that changes (or Recent Change Messages)
  159. are typed and held for updating into the semipermanent memory area (Recent
  160. Change Memory).
  161.  
  162.      The following Switching Systems (switches for short) that have Recent
  163. Change:
  164.          -  1/1AESS
  165.          -  2/2BESS
  166.          -  3ESS
  167.          -  5ESS
  168.          -  Remote Switching System (RSS)
  169.          -  #5ETS
  170.          -  DMS100/200/250/300
  171.  
  172.      Here is a typical hookup.  As you follow the diagram below, you will see:
  173.  
  174. [1] Telephone subscriber connected to the Central Office by cables.
  175. [2] At the Central Office, each subscriber is connected to the Main
  176.     Distributing Frame.
  177. [3] The Cable and Pair is now connected to the Office Equipment (OE) at
  178.     another location on the MDF.
  179.                                            _______________
  180.     (Home Phone Lines)   M.D.F.           |               |
  181.       |--(Home Phone)    ___________      |               |
  182.       |--(Home Phone)   /__/|  /__ /|     |     D.S.S.    |
  183.       |--(Home Phone)   |\ ||__|/ | |-----|               |
  184.       |                 | _|_/_|__| |-----|   Equipment   |
  185.       |                 | /|/ \|  | |-----|               |
  186.       |                 | /||__| \| |-----|               |
  187.       |_________________|/_|/  |__|/      |_______________|
  188.  
  189.       /                      |
  190.     Cables             Cross-Connects
  191.  
  192.            [1]           [2]      [3]
  193.  
  194.  
  195.    1. Office Equipment
  196.    ~~~~~~~~~~~~~~~~~~~
  197.      The Office Equipment (OE) is identified by a unique numbering plan.  The
  198. equipment numbers identify the equipment location within the system.  The
  199. Equipment Numbers also vary from one type of equipment to another.
  200.  
  201.      You also may find the OE (Office Equipment) referred to as the LEN (Line
  202. Equipment Number).  It is called a REN (Remote Equipment Number) in a case of
  203. RSS (Remote Switching System).
  204.  
  205.      Each telephone number is assigned to a specific equipment location where
  206. they bid for dial tone.
  207.  
  208. Here is an example of different types of Office Equipment:
  209.  
  210.  1/1AESS                                   #2ESS
  211.  ~~~~~~~                                   ~~~~~
  212.  OE 0 0 4  - 1 0 1 - 3 1 2                 OE 0 1 1 - 2 1 4 0
  213.     | |/     | | |   | |/                     | |/    | | |/
  214.     | |      | | |   | |                      | |     | | |
  215.     | |      | | |   | Level                  | |     | | Switch and Level
  216.     | |      | | |   Switch                   | |     | Concentrator
  217.     | |      | | Concentrator                 | |     Concentrator Group
  218.     | |      | Bay                            | Link Trunk Network
  219.     | |  Line Switch Frame                    Control Group
  220.     | Line Link
  221.     Control Group
  222.  
  223.  
  224.  #3ESS                                      Others
  225.  ~~~~~                                      ~~~~~~
  226.  OE 0 0 1 - 2 1 4 0                          1XB        =   XXXX-XXX-XX
  227.     | |/    | | | |                          1XB        =   XXXX-XXXX-XX
  228.     | |     | | | Level                      5XB        =   XXX-XX-XX
  229.     | |     | | Switch                       SXS        =   XXXX-XXX
  230.     | |     | Switch Group                   DMS-10     =   XXX-X-XX-X
  231.     | |     Concentrator                     5ESS       =   XXXX-XXX-XX
  232.     | Concentrator Group                     5ESS       =   XXXX-XX-XX
  233.     Control Group                            RSS        =   XXXX-X-XXXX
  234.                                              DMS-1/200  =   XXX-X-XX-XX
  235.  
  236.    2. How Does All This Fit Into RCMAC?
  237.    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  238. RCMAC (Recent Change Memory Administration Center) is responsible for updating
  239. any Service Order activity.  This action will change a customer line or service
  240. in the Recent Change memory of the SPC switches.
  241.  
  242.    3. Function of RCMAC
  243.    ~~~~~~~~~~~~~~~~~~~~
  244. The three basic functions performed in RCMAC are:
  245.  
  246.   a. Coordination of Recent Change Source Documentation
  247.   b. Processing of Recent Change Requests
  248.   c. Administrative Responsibilities and Interface Groups
  249.  
  250.  
  251. In more detail:
  252.  
  253. - Coordination of Recent Change Source Documentation
  254.  
  255.      The first function is the coordination of Source Documents.  The main
  256. source of RC (Recent Change) is the Service Orders.  Service Orders are changes
  257. in a subscriber's service.  RCMAC, in addition to the input of the service
  258. order in the switches, is responsible for other activities such as:
  259.  
  260.      - Simulated Facilities (SFG)
  261.      - Route Indexes
  262.      - Traffic Registers  (TR)
  263.      - Subscriber Line Usages (SLU)
  264.      - Service Observing Assignment (SOB)
  265.      - MARCH (MIZAR) RPM Updates
  266.  
  267.      Terminal Communications to the switches and/or MARCH (MIZAR) typically use
  268. the AT&T Datakit.  RCMAC also is responsible for "HOT" requests from the I.C.
  269. (Installation Center) and other transmissions from the I.C.
  270.  
  271. - Processing of Recent Change Requests
  272.  
  273.      The second function of RCMAC is processing of RC messages.  This involves
  274. inputting and editing RC messages in the switches.  When RCMAC inputs messages,
  275. they are making a change to their customer's service.  The customers service is
  276. dependent on the prompt, accurate processing of RC source documents (Service
  277. Orders).
  278.  
  279.      The due date (sometimes referred to as the Frame Due Date) remarks and
  280. time interval assigned to the order will govern the release of RC input to ESS.
  281. Due date is important because this is the date that the Service Order has to be
  282. completed (going through the FACS system, frame work done, and RC message
  283. inputted into the switch).
  284.  
  285. Recent Change Requests
  286.  
  287.     The RCMAC receives documentation for changes to the temporary memory areas
  288. of the various types of ESS equipment.  These changes may come in many forms
  289. and from many different sources.
  290.                                 _________            _____
  291.                                |         |          |     |
  292. Service Orders---------------->|    R    |--------->| ESS |       _____
  293. Line Station Transfer--------->|    C    |          |_____|      |     |
  294. Service Observing------------->|    M    |---------------------->| ESS |
  295. Special Studies--------------->|    A    |           ______      |_____|
  296. Trouble Reports--------------->|    C    |          |     |
  297. Verifications----------------->|         |--------->| ESS |
  298.                                |_________|          |_____|
  299.  
  300.      Some Recent Changes requests are Service Orders, Line Equipment Transfers
  301. (LET), Service Observing Requests (SOB), Special Studies (SLU), Trouble Reports
  302. and Verification (follow local procedure).  In short, it is taking this
  303. information and making the correct changes into the SPC switches.
  304.  
  305. - Administrative Responsibilities and Interface Groups
  306.  
  307.      - Control of errors.
  308.      - Monitor activity.
  309.      - Prepare administrative reports.
  310.      - Coordination of RCMAC operations and interface with other departments.
  311.      - Restore RC area of the switches in the event that RC memory is damaged
  312.        due to machine failure.
  313.  
  314. Operational Interface
  315.  
  316.      RCMAC must coordinate activities with many work groups to achieve accurate
  317. and quick RC for the ESSes.
  318.  
  319.                        BSC/RSC & MKTG
  320.                              |
  321.                              |
  322.                    SCC       |       RSB
  323.                        \     |     /
  324.                          \   |   /
  325.                            \ | /
  326.             NAC ---------- RCMAC ---------- IC
  327.                            /   \
  328.                          /       \
  329.                        /           \
  330.                  Frame               MLAC
  331.  
  332.      To help understand this better, here is a short description of each group
  333. that interfaces with RCMAC:
  334.  
  335. SCC (Switching Control Center)
  336.  
  337.      - Technical assistance to RCMAC
  338.      - Provide emergency coverage (off hours) for RCMAC.  This includes
  339.        service affecting problems.  They also coordinate any updates in
  340.        the ESS programs with RCMAC.
  341.  
  342. NAC (Network Administration Center) provides RCMAC with:
  343.  
  344.      - Line Class Codes (LCC) like 1FR (1-party Flat Rate).
  345.      - List of numbers that must be changed (in ESS memory) from one intercept
  346.        route index to another, prior to reassignment.
  347.      - Translation Assignments; Example:  Simulated Facilities Group (SFG).
  348.      - Area Transfer/Dial for Dial Assignment.
  349.      - Service Observing assignment.
  350.      - Subscriber Line Usages (SLU) study assignment.
  351.      - Customer Line Overflow study assignment.
  352.      - RPM updates for DMS 100 change in COSMOS tables USOC/NXX/Ltg.
  353.  
  354. Frame (Frame Jeopardy Reports) Central Office (FCC) will interface with RCMAC
  355. for Line Equipment transfers.
  356.  
  357.      - Problems encountered by the frame group when completing Service Orders
  358.        may be coordinated with the MLAC (Loop Assignment Center), or when
  359.        appropriate will be called directly to RCMAC (i.e. No Dial Tone on a new
  360.        connect).
  361.  
  362. Business/Residence Service Center (BSC/RSC) and Marketing (MKTG)
  363.  
  364.      - The BSC/RSC and MKTG determine what kind of service the customer wants,
  365.        generates Service Orders, and coordinates with RCMAC regarding special
  366.        services to customers.
  367.  
  368. Repair Service Bureau (RSB) or Single Point of Contact (SPOC)
  369.  
  370.      - Customer trouble reports may involve RC inputs; the RCMAC would work
  371.        closely with RSB or SPOC to clear such troubles.
  372.      - RCMAC is responsible for analyzing, investigating and resolving customer
  373.        trouble caused by RC input.
  374.  
  375. Installation Center (IC) and/or Maintenance Center (MC)
  376.  
  377.      - The IC/MC group is responsible for the administration function
  378.        associated with the completion and control of Service Order load.  This
  379.        invokes all orders whether they require field work or no field work.
  380.      - This Group is responsible for ensuring all service orders are taken care
  381.        of on the proper due date.
  382.  
  383. Mechanized Loop Assignment Center (MLAC) or LAC
  384.  
  385.      - Assigns Service Orders for RCMAC.
  386.      - Assigns customers loops (this group is not in all BOCs).
  387.  
  388.  
  389.  D. The FACS Environment
  390.  ~~~~~~~~~~~~~~~~~~~~~~~
  391.      To better understand RCMAC, Source Document flow, and a typical BOC as a
  392. whole, the FACS (Facility Administration Control System) is an important part
  393. of this.
  394.  
  395. Systems in a FACS environment
  396.  
  397. PREMIS - PREMises Information System
  398.          This system is divided into three parts:  the main PREMIS database,
  399.          PREMLAC (Loop Assignment) and PREMLAS (Loop Assignment Special
  400.          circuit).  This contains customer and address inventory and assigns
  401.          numbers.
  402.  
  403. SOAC   - Service Order Analysis and Control
  404.          This system receives Service Orders from SORD and interprets and
  405.          determines facility requirements.  The system requests and receives
  406.          assignments from LFACS and COSMOS and forwards orders to MARCH,
  407.          forwards assignments to SORD, and also maintains Service Order history
  408.          and manages changes.
  409.  
  410. LFACS  - Loop FACS contains all loop facilities inventory and responds to
  411.          requests for assignment.
  412.  
  413. COSMOS - COmputer System for Mainframe OperationS contains all the OE inventory
  414.          and responds for OE request.
  415.  
  416. SORD   - Service ORder and Distribution distributes Service Orders throughout
  417.          the system.
  418.  
  419. MARCH -  MARCH is the Mizar upgrade which will come into play when the
  420.          Stromberg-Carlson (SxS and XBAR) is upgraded to Generic 17.1 (the
  421.          software interface is called NAC).  Though there is a problem with the
  422.          interface between MARCH and COSMOS (because the Generic Interface is
  423.          not supported by COSMOS), templates are used for MAN, AGE, LETS, etc.
  424.          Anyway, MARCH plays a big part in this system.  MARCH, aside from what
  425.          was talked about above, has a basic function of keeping RCMAC up to
  426.          date on the switches (MSR user transaction).  It is an RC message
  427.          manager which will allow one to modify messages (ORE), show usages
  428.          (MAR) and logs all transmissions.
  429.  
  430.                            BASIC ORDER FLOW
  431.                            ~~~~~~~~~~~~~~~~
  432.                         PHASE I - COSMOS/MIZAR
  433.  __________
  434. |          |
  435. | Customer |
  436. | Request  |
  437. |__________|
  438.       |
  439.       V
  440.   _________
  441.  |         |
  442.  |  SORD   |
  443.  |_________|
  444.       |
  445.       V                      _________
  446.   __________                |         |
  447.  |          |               |  Work   |
  448.  |  SOAC    |  ---------->  | Manager |
  449.  |__________|               |  (WM)   |
  450.                             |_________|
  451.                                  |
  452.                                  |
  453.                                  V
  454.                             * * * * * *              _________
  455.                             *         *             |         |
  456.                             * COSMOS  *  ------->   |  MIZAR  |
  457.                             *         *             |_________|
  458.                             * * * * * *                  |
  459.                                                          |
  460.                                                          V
  461.                                                      _________
  462.                                                     |         |
  463.                                                     |  SPCS/  |
  464.                                                     | DIGITAL |
  465.                                                     | SWITCH  |
  466.                                                     |_________|
  467.  
  468. ===============================================================================
  469.  
  470.                          PHASE II - SOAC/MARCH
  471.  
  472.  __________
  473. |          |
  474. | CUSTOMER |
  475. | REQUEST  |
  476. |__________|
  477.      |
  478.      |
  479.      V
  480.  __________
  481. |          |
  482. |   SORD   |
  483. |__________|
  484.      |
  485.      |
  486.      V                  ___________                            _________
  487.  __________            |           |          _________       |         |
  488. |          |           |   WORK    |         |         |      |  SPCS/  |
  489. |   SOAC   |  ------>  |  MANAGER  | ------> |  MARCH  | ---> | DIGITAL |
  490. |__________|           |    (WM)   |         |_________|      |  SWITCH |
  491.                        |___________|                          |_________|
  492.  
  493. ===============================================================================
  494.  
  495. ... Then There Was MLAC
  496.  
  497.      With conversion to FACS, a shift in the service order provisioning process
  498. was made from manual input by the LAC and NAC to mechanized data flow from SOAC
  499. to COSMOS (via Work Manager).  Tables used for Recent Change (CFINIT, USL, and
  500. CXM) and spare OE assignments reside in COSMOS, along with the Recent Change
  501. Message Generator (RCMG).  The LAC and NAC are now involved only on an
  502. exception basis (This will be explained in more detail later on).
  503.  ________
  504. |        |
  505. |  SORD  |
  506. |________|
  507.      |
  508.      |
  509.      V                  ____________
  510.  _________             |            |
  511. |         | ---------> |    FACS    |---
  512. |  SOAC   |            | COMPONENTS |   |
  513. |_________| <--------- | FOR ASGNS. |---
  514.      |                 |____________|
  515.      |
  516.      V          * * * * * * * * * * * * * * * * * *
  517.  _________      *  ___________                    *
  518. |         |     * |           |       ________    *        _______
  519. |   WM    |---> * | o SP OE   |      |        |   * RC    |       |
  520. |_________|     * | o CFINIT  |----> |  RCMG  |   * ----->| MARCH |
  521.                 * | o USL     |      |________|   * MSG   |_______|
  522.                 * | o CMX     |                   *           |
  523.                 * |___________|                   *           |
  524.                 *                                 *           V
  525.                 *          C O S M O S            *        _________
  526.                 * * * * * * * * * * * * * * * * * *       |         |
  527.                                                           |  SPCS/  |
  528.                                                           | DIGITAL |
  529.                                                           | SWITCH  |
  530.                                                           |_________|
  531.  
  532. . . . NOW THERE IS SOAC/MARCH
  533.  
  534.      With the SOAC/MARCH application (FACS/MARCH configuration), the primary
  535. source of service order data continues to be SOAC.  COSMOS is taken out of the
  536. Recent Change business with this application (except, like the LAC and NAC, on
  537. an exception basis) and becomes just another FACS Component.  The tables that
  538. resided in COSMOS or Recent Change are now duplicated in MARCH.
  539.  
  540.      Instead of retrieving, storing, and passing on already-formatted Recent
  541. Change messages, MARCH now generates the Recent Change from the data passed
  542. from SOAC, as did COSMOS previously.
  543.  ________
  544. |        |
  545. |  SORD  |
  546. |________|
  547.      |
  548.      |
  549.      V                  ____________
  550.  _________             |            |
  551. |         | ---------> |    FACS    |---
  552. |  SOAC   |            | COMPONENTS |   |
  553. |_________| <--------- | FOR ASGNS. |---
  554.      |                 |____________|
  555.      |
  556.      V          * * * * * * * * * * * * * * * * * *
  557.  _________      *  ___________                    *
  558. |         |     * |           |       ________    *         _________
  559. |   WM    |---> * | o RPM     |      |        |   * RC     |         |
  560. |_________|     * | o CFINIT  |----> |  RCMG  |   * -----> |  SPCS/  |
  561.                 * | o USL     |      |________|   * MSG    | DIGITAL |
  562.                 * |___________|                   *        | SWITCH  |
  563.                 *                                 *        |_________|
  564.                 *            M A R C H            *
  565.                 * * * * * * * * * * * * * * * * * *
  566.  
  567.  
  568.  E. Getting Ready For Recent Change Message
  569.  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  570. STARTING WITH SORD
  571.  
  572.      Service Orders (SORD) contain FIDs and USOCs (Universal Service Order
  573. Codes [these codes tell the type of service the customer may have or get])
  574. followed by data specific to a customer's service request (SORD accesses PREMIS
  575. for telephone number and address data; other entries are made by the Service
  576. Representative).  The order is then passed to SOAC.
  577.  
  578. THEN TO SOAC
  579.  
  580.      SOAC uses internal tables to read the FIDs and USOCs passed by SORD to
  581. determine what information is required from the various components of FACS.
  582. SOAC then accesses the appropriate FACS components (LFACS for Cable Pair
  583. assignment; COSMOS for OE assignment) and gathers the required data.
  584.  
  585.      Once all the data has been collected, SOAC passes the information to the
  586. Work Manager.  Data is either passed as is or translated by SOAC (again using
  587. internal tables) into language acceptable to the receiving systems (i.e.,
  588. COSMOS and MARCH).
  589.  
  590.      SOAC passes information intended for MARCH in one of two ways:
  591.  
  592.      TP-Flow-Through Translation Packets
  593.  
  594.           Translation Packets (TPs) contain fully translatable data from which
  595.           MARCH can generate a Recent Change message. Determination is made by
  596.           SOAC based on the interface capabilities and its ability to read,
  597.           translate as required, and pass data.
  598.  
  599.      Service Order Image
  600.  
  601.           Service Order Images are sent to MARCH if SOAC is not able to pass
  602.           all required data.  Images require additional information, either
  603.           input manually or retrieved from COSMOS before Recent Change messages
  604.           are generated.
  605.  
  606. WORK MANAGER - THE TRAFFIC COP
  607.  
  608.      The primary function of Work Manager is to read the service order and
  609. determine where the data must be sent.  Decisions include:
  610.  
  611.           COSMOS System                 MARCH System
  612.           COSMOS Wire Center            MARCH Switch
  613.           COSMOS Control Group          Serving RCMA
  614.  
  615.      Work Manager passes the service order data to MARCH on a real time basis
  616. (orders that were previously held in COSMOS until requested by Frame Due Date
  617. [FDD] are now held in MARCH), either as a TP or an Image.
  618.  
  619.  
  620.   1. When MARCH Receives A Translation Packet (TP)
  621.   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  622. (1)  A Translation Packet, passed from SOAC via Work Manager is received in
  623.      MARCH by the CIP, Communication Interface Program.
  624.  
  625. (2)  When data is received by the CIP, it calls up the CTI or Job Control
  626.      Module.  The Job Control Module or CTI writes the data that is received to
  627.      a temporary file and informs TP Trans (Translation Translator) that an
  628.      order has been received.  It also controls the number of simultaneous jobs
  629.      submitted to TPTrans.
  630.  
  631. (3)  TPTrans analyzes the order in the temporary file, does appropriate FID
  632.      conversion (such as stripping out dashes), reformats the order, and passes
  633.      it to the Recent Change Message Generator (RCMG).
  634.  
  635. (4)  RCMG performs all Recent Change message generation and, upon completion,
  636.      writes the order into a MARCH pending file (Pending Header or Review
  637.      file).
  638.  
  639.      In addition to the data passed from SOAC, RCMG uses the following data in
  640.      MARCH to translate into switch-acceptable messages:
  641.  
  642.           NXX                 Switch Specific Parameters (RPM)
  643.           USOC (RPM)          CCF Keywords (CFINIT)
  644.           USOC/NXX (RPM)      Review Triggers (RVT)
  645.                               Release Times (SRM)
  646.  
  647.                       ________
  648.                      |        |
  649.                      |  SOAC  |
  650.                      |________|
  651.                           |
  652.                           |
  653.                           V
  654.                        ______
  655.                       |      |
  656.                       |  WM  |
  657.                       |______|
  658.                           |
  659.                           |
  660. *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *
  661. *                              M  A  R  C  H                         *
  662. *   _______          _______          _________          ______      *
  663. *  |       |        |       |        |         |        |      |     *
  664. *  |  CIP  | -----> |  CTI  | -----> | TP TRANS| -----> | RCMG |     *
  665. *  |_______|        |_______|        |_________|        |______|     *
  666. *                       |                /\                          *
  667. *                       |                /                           *
  668. *                 ______|______         /                            *
  669. *                |             |       /                             *
  670. *                |    /TMP     |------/                              *
  671. *                |_____________|                                     *
  672. *                                                                    *
  673. *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *
  674.  
  675.   2. When MARCH Receives A Service Order Image
  676.      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  677. (1)  A Service Order Image, passed from SOAC via Work Manager is received in
  678.      MARCH by the CIP, Communication Interface Program.
  679.  
  680. (2)  When the image is received by the CIP, it calls up the CTI or Job Control
  681.      Module.  The Job Control Module or CTI writes the data that is received to
  682.      a temporary file and informs TP TRANS (Translation Translator) that an
  683.      order has been received.  It also controls the number of simultaneous jobs
  684.      submitted to TPTrans.
  685.  
  686. (3)  TP TRANS analyzes the order in the temporary file, sees that it is a
  687.      service order image, and creates a SOI (Service Order Image) file using
  688.      the order number and file name.  The entire image is written to the SOI
  689.      file.  TP TRANS signals the Service Order Image Processor (SOIP) program
  690.      for the remaining processing.
  691.  
  692. (4)  If SOIP can determine the switch for which the image is intended, it
  693.      passes a request to the Call COSMOS file and stores the image data in the
  694.      IH file (Image Header).  If SOIP cannot determine the switch, the image is
  695.      placed in the PAC (Unknown Switch Advisory) for manual processing.
  696.  
  697. (5)  For images where the switch has been determined, MARCH calls COSMOS at its
  698.      next scheduled call time and runs RCP by Order Number (if the last call
  699.      time is past, it will defer the request to the first call time for the
  700.      next day).
  701.  
  702. (6)  If the order is received from COSMOS, it is placed in the PH or RV file
  703.      appropriately and the Image Header is purged.  A flag is set indicating
  704.      that a Service Order Image text exists in the system.  If the order is not
  705.      received from COSMOS, the image is placed in the PAC for manual
  706.      processing.
  707.  
  708. *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *
  709. *                              M  A  R  C  H                         *
  710. *   _______          _______          _________          ______      *
  711. *  |       |        |       |        |         |        |      |     *
  712. *  |  CIP  | -----> |  CTI  | -----> | TP TRANS| -----> | RCMG |     *
  713. *  |_______|        |_______|        |_________|        |______|     *
  714. *                       |                /\   |                      *
  715. *                       |                /    |                      *
  716. *                 ______|______         /    _V___________           *
  717. *                |             |       /    |             |          *
  718. *                |    /TMP     |------/-----|    /SOI     |          *
  719. *                |_____________|            |_____________|          *
  720. *                                                                    *
  721. *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *
  722.  
  723.      It is not necessary for you to know all the programs MARCH uses to process
  724. Service Orders in a SOAC/MARCH environment.  That gets trivial and all stuck in
  725. various commands that do not mean anything unless, of course, one is on the
  726. system at hand.
  727.                         _________                             _________
  728.  ___________   TP      |         |  TP       _______   TP    |         |
  729. |           |------->  |   Work  | -------> |       | -----> |  SPCS/  |
  730. |    SOAC   | Image    | Manager |  Image   | MARCH | Image  | Digital |
  731. |___________|=======>  |   (WM)  | =======> |_______| =====> | Switch  |
  732.                        |_________|                           |_________|
  733.                          | |  ^ ^
  734.                          | |  | |
  735.                          | |  | |
  736.                          V V  | |
  737.                       * * * * * * * *
  738.                       *             *
  739.                       *   COSMOS    *
  740.                       *             *
  741.                       * * * * * * * *
  742.                          | |  | |
  743.                          | |__| |
  744.                          |______|
  745.  
  746.      Though it is trivial to understand just how all these system work, here is
  747. a rough overview of MARCH.  To Cover MARCH, this will first cover the
  748. background processing.
  749.  
  750.  F. MARCH Background Processing
  751.  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  752. RECENT CHANGE PARAMETER (RPM)
  753.  
  754.   In conjunction with ORI Patterns and Recent Change Templates, the RPM
  755.   determines how information from SOAC is changed and/or manipulated to create
  756.   acceptable switch Recent Change messages.
  757.  
  758.   RCMA Supervisor has overall responsibility for the RPM.  Although specific
  759.   categories may be maintained by Staff Manager, it is overviewed by RCMAC as a
  760.   whole.
  761.  
  762.   This includes Line Class Code (LCC) conversion data previously under the sole
  763.   responsibility of the NAC in COSMOS.  It requires a change of procedures for
  764.   the RCMA to ensure proper LCC information is passed on the RPM and updated
  765.   appropriately.
  766.  
  767.   Initial USOC is LCC conversion data and will be copied into MARCH from the
  768.   COSMOS USOC Table.
  769.  
  770. SWITCH RELEASE MANAGER  (SDR)
  771.  
  772.   With SOAC/MARCH, it no longer determines the types of orders to be pulled
  773.   from COSMOS, and thus establishes the date and time orders are to be released
  774.   to the switch, coming both from SOAC and from COSMOS.
  775.  
  776.   It is based on Package Type (PKT) and Package Category (PKC)
  777.  
  778. SWINIT TRANSACTION
  779.  
  780.   Contains switch-specific data for MARCH to communicate with SOAC (via Work
  781.   Manager), COSMOS, and the switch.
  782.  
  783.   Establishes the call times for COSMOS.
  784.  
  785.    - RCP by Order Number for Service Order Images.
  786.    - Suspends, Restores, and Nonpayment Disconnects.
  787.    - Automated AGE Requests (as applicable).
  788.    - Automated MAN Report.
  789.  
  790. SDR - SWITCH DATA REPORT
  791.  
  792.   SDR is a report transaction intended for use by the RCMA Associate.
  793.  
  794.   The Switch Data Report provides a printout of the SWINIT information that was
  795.   populated from the Perpetrations Questionnaire submitted by the RCMA
  796.   Supervisor (see Order Description part of this file).
  797.  
  798. MOI of an Order in History
  799.  
  800.   Orders in the History Header (HH) file will reflect the history source.  The
  801.   history source indicated how the order was written to the history file.
  802.  
  803.  G. User Transaction in MARCH
  804.  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  805.                        Most Commonly Used MARCH Commands
  806.  
  807. .-------------------------------------------------------------------------.
  808. | Transaction |   Name       |  Function     | Search keys     | Prompts  |
  809. | ------------|--------------|---------------|-----------------|----------|
  810. | MSR <CR>    | MARCH Status |office status  |    . <CR>       |   ----   |
  811. |             |   Report     |               |   sw address    |          |
  812. | ------------|--------------|---------------|-----------------|----------|
  813. | MOI <CR>    | MARCH Order  | status of     |     fn rv       |   ----   |
  814. |             |  Inquiry     | order, tn,    |     fn rj       |          |
  815. |             |              | file          | fn hh/adt xx-xx |          |
  816. |             |              |               |  so n12345678   |          |
  817. |             |              |               |  tn xxxxxxx     |          |
  818. | ------------|--------------|---------------|-----------------|----------|
  819. | ONC <CR>    |   On Line    | Access COSMOS |      ------     | login    |
  820. |             |   COSMOS     |               |                 | password |
  821. | ------------|--------------|---------------|-----------------|----------|
  822. | ONS <CR>    |   On Line    | Access Switch |      ------     | Switch   |
  823. |             |    Switch    |               |                 | logon    |
  824. | ------------|--------------|---------------|-----------------|----------|
  825. | ORE <CR>    | Order Edit   | Edit Header or|      fn rv      |   ----   |
  826. |             |              |  message text |      fn rj      |          |
  827. |             |              |  of MARCH file|   so n12345678  |          |
  828. |             |              |               |   tn xxxxxxx    |          |
  829. | ------------|--------------|---------------|-----------------|----------|
  830. | ORE -G <CR> | Order Edit   | edit multiple | 2 Search keys   |   ----   |
  831. |             |  Global      |     files     |    Required     |          |
  832. | ------------|--------------|---------------|-----------------|----------|
  833. | ORI <CR>    | Order Input  |  Build MARCH  |      ------     | Patterns |
  834. |             |              |   file        |                 |          |
  835. | ------------|--------------|---------------|-----------------|----------|
  836. | ORS <CR>    |  Order Send  | Send to Switch|  so n12345678   |   ----   |
  837. |             |              |  immediately  |  tn xxxxxxx     |          |
  838. | ------------|--------------|---------------|-----------------|----------|
  839. | TLC <CR>    | Tail COSMOS  | watch MARCH   |      ------     |   ----   |
  840. |             |              | pull orders   |                 |          |
  841. | ------------|--------------|---------------|-----------------|----------|
  842. | TLS <CR>    | Tail Switch  | Watch orders  |      ______     |   ____   |
  843. |             |              | sent to switch|                 |          |
  844. | ------------|--------------|---------------|-----------------|----------|
  845. | VFY <CR>    | Verify       | Request Verify|      ------     | rltm,type|
  846. |             |              |               |                 | tn,oe,hml|
  847. | ------------|--------------|---------------|-----------------|----------|
  848. | VFD <CR>    | Verify       | Show Completed|      ------     |   ----   |
  849. |             | Display      | verifies      |                 |          |
  850. | ------------|--------------|---------------|-----------------|----------|
  851. | VFS <CR>    | Verify Status| Show pending  |      ------     |          |
  852. |             |              | verities      |                 |          |
  853. ` ------------------------------------------------------------------------'
  854.  
  855. Here is a detailed explanation of some of the commands:
  856.  
  857. MOI - MARCH ORDER INQUIRY
  858.  
  859.   MOI is a conversational inquiry transaction intended for use by the RCMAC
  860.   Clerk.
  861.  
  862.   MOI is used to inquire on Recent Change messages in a pending file(s):
  863.   Pending Header, Review, Reject, and/or History Header.  It may be used to
  864.   inquire on one message, an entire order, several messages in more than one
  865.   file, or all orders in a file, determined by the search keys entered.
  866.  
  867. ONS - ON line Switch
  868.  
  869.   Each switch has its own login sequence.
  870.  
  871.       DMS-100
  872.          Login
  873.          1) Give a Hard Break
  874.          2) At the "?" prompt type "login"
  875.          3) There will be an "Enter User Name" prompt.  Enter the user name.
  876.          4) Then "Enter Password" with a row of @, *, & and # covering the
  877.             password.
  878.          5) Once on, type "SERVORD" and you are on the RC channel of the
  879.             switch.
  880.  
  881.          Logout
  882.          1) Type "LOGOUT" and CONTROL-P
  883.  
  884.       1AESS
  885.          Login
  886.          1) Set Echo on, Line Feeds on and Caps Lock on.
  887.          2) End each VFY message with " . CONTROL-D" and each RC message with
  888.             "! CONTROL-D".
  889.  
  890.          Logout
  891.          1) Hit CONTROL-P
  892.  
  893.       5ESS
  894.          Login
  895.          1) Type "rcv:menu:apprc" at the "<" prompt.
  896.  
  897.          Logout
  898.          1) Type "Q" and hit CONTROL-P
  899.  
  900. ONC - On Line COSMOS
  901.  
  902.   1) You will see "login:" so type in username and then there will be a
  903.      "Password:" prompt to enter password.
  904.  
  905. ORE - Order Edit
  906.  
  907.   ORE Commands are used to move between windows and to previous and subsequent
  908.   headers and text within an editing session.  Commands may be input at any
  909.   point in the ORE session regardless of the cursor location.  They are capital
  910.   letters requiring use of the shift key or control commands.  Here are the
  911.   movement commands:
  912.  
  913.   Commands             Description
  914.   ~~~~~~~~             ~~~~~~~~~~~
  915.   N (ext header)       Replaces the data on the screen with the next header and
  916.                        associated text that matches the search keys entered.
  917.   M (ore text)         Replaces the data in the message text window with the
  918.                        next message associated with the existing header (for
  919.                        multiple text message).
  920.   P (revious header)   Replaces data in the header windows with the header you
  921.                        looked at previously (in the same editing session).
  922.   B (ackup text)       Replaces data in the message text window with the text
  923.                        you looked at previously (in the same editing session).
  924.   S (earch window)     Moves the cursor to the search window permitting
  925.                        additional search keys to be entered.
  926.   Control-D            Next Page
  927.   Control-U            Previous Page
  928.   <                    Move cursor from text window to header.
  929.   >                    Moves to text window from header.
  930.   Q (uit)              Quit
  931.  
  932. ORE -G
  933.  
  934.   ORE -G is a conversational transaction intended for use by the RCMA
  935.   associate.
  936.  
  937.   ORE -G is used to globally edit Recent Change messages existing in a MARCH
  938.   pending file:  Pending Header, Review, and Reject.  Editing capabilities
  939.   include adding information on an order.
  940.  
  941.   ORE -G is also used to change header information and to remove messages.
  942.  
  943. ORI - ORder Input
  944.  
  945.   ORder Input enables one to input an order and change orders.  The changes
  946.   that can be made are in the telephone number, OE, so on.  This command is too
  947.   complex to really get into here.
  948.  
  949. VFY  - Verify
  950.  
  951.   This is used to manually input verify messages into MARCH, thus to the
  952.   switches.
  953.  
  954. MSR - MARCH Status Report
  955.  
  956.   This used to count the amount of service orders stored in SOAC.  It also
  957.   shows the amount of change messages that have been sent to the switch.
  958.  
  959.  
  960.  H. Service Order Forms
  961.  ~~~~~~~~~~~~~~~~~~~~~~
  962.    In my time, I have come across a lot of printouts that have made no sense to
  963. me.  After several months, I could start to understand some of the codes.  Here
  964. are what some of the common service orders are and what they are for.
  965.  
  966. SORD Service Order:
  967.  _________________________________________________________________
  968. |                                                                 |
  969. |                                                                 |
  970. |TN           CUS TD     DD     APT MAC ACC AO    CS  SLS     HU  |
  971. |415-343-8765 529 T      DUE    W           AS OF 1FR ABCDE4W     |
  972. |ORD       SU   EX     STA APP CD     IOP CT TX RA SP CON AC      |
  973. |C14327658      SMIUX      R              R                       |
  974. |ACNA  R                                                          |
  975. |WA    343# EXETER,SMT                                            |
  976. |WN    IDOL, BILLY                                                |
  977. |---S&E                                                           |
  978. |I1    ESL                                                        |
  979. |O1    1FR/TN 343-8321/ADL                                        |
  980. |      /PIC 10288                                                 |
  981. |O1    ESL/FN 3438321                                             |
  982. |---BILL                                                          |
  983. |MSN   IDOL, BILLY                                                |
  984. |MSTN  555-1212                                                   |
  985. |---RMKS                                                          |
  986. |RMK   BLAH                                                       |
  987. |                                                                 |
  988. |      /**** END                                                  |
  989. |                                                                 |
  990. |_________________________________________________________________|
  991.  _________________________________________________________________
  992. |                                                                 |
  993. |[1]          [2]       [3]                      [9]              |
  994. | |            |         |                        |               |
  995. |TN           CUS TD     DD     APT MAC ACC AO    CS  SLS     HU  |
  996. |407-343-8765 529 T      DUE    W           AS OF 1FR ABCDE4W     |
  997. |                                                                 |
  998. | [8]                                                             |
  999. |  |                                                              |
  1000. | ORD       SU   EX     STA APP CD     IOP CT TX RA SP CON AC     |
  1001. |C14327658      SMIUX      R              R                       |
  1002. |ACNA  R                                                          |
  1003. |                                                                 |
  1004. |[4]                                                              |
  1005. | |                                                               |
  1006. |WA    343# EXETER,SMT                                            |
  1007. |                                                                 |
  1008. |[6]                                                              |
  1009. | |                                                               |
  1010. |WN    AT&T                                                       |
  1011. |---S&E                      \                                    |
  1012. |I1    ESL                   |                                    |
  1013. |O1    1FR/TN 343-8321/ADL   | [5]                                |
  1014. |      /PIC 10288            |                                    |
  1015. |O1    ESL/FN 3438321        /                                    |
  1016. |---BILL                                                          |
  1017. |                                                                 |
  1018. |  [6]                                                            |
  1019. |   |                                                             |
  1020. |  MSN   IDOL, BILLY                                              |
  1021. |                                                                 |
  1022. |  [7]                                                            |
  1023. |   |                                                             |
  1024. |  MSTN  555-1212                                                 |
  1025. |---RMKS                                                          |
  1026. |RMK   BLAH                                                       |
  1027. |                                                                 |
  1028. |      /**** END                                                  |
  1029. |                                                                 |
  1030. |_________________________________________________________________|
  1031.  
  1032. [1]  Telephone Number.  Format is XXX-XXX-XXXX.
  1033. [2]  Customer number.
  1034. [3]  Due Date.
  1035. [4]  Work Address.
  1036. [5]  The S&E field:
  1037.  
  1038. ACTION CODE -- This is the code at the far left-most side of the page.  These
  1039.                codes end with a 1 or a 0.  The 1 says to add this feature and
  1040.                the 0 says to not do the feature.  There are several different
  1041.                action codes.  Here is a list:
  1042.  
  1043.      Action Code     Used to
  1044.      ~~~~~~~~~~~     ~~~~~~~
  1045.      I               Add features
  1046.      O               Remove features
  1047.      C-T             Change designated number of rings, "forward to" number, or
  1048.                      both on Busy/Delay call forwarding features.
  1049.      E-D             Enter or Delete a feature for record purposes only.
  1050.      R               Recap CCS USOC to advise
  1051.  
  1052.  
  1053. Here is a list of some common USOCs (features):
  1054.  
  1055.      ESC        Three Way Calling
  1056.      ESF        Speed Calling
  1057.      ESL        Speed Calling 8 Code
  1058.      ESM        Call Forwarding
  1059.      ESX        Call Waiting
  1060.      EVB        Busy Call Forward
  1061.      EVC        Bust Call Forward Extended
  1062.      EVD        Delayed Call Forwarding
  1063.      HM1        Intercom Plus
  1064.      HMP        Intercom Plus
  1065.      MVCCW      Commstar II Call Waiting
  1066.  
  1067. [6] Billing name
  1068. [7] Billing number
  1069. [8] Service Order Number
  1070. [9] Class of Service or LCC (See appendix 1)
  1071.  
  1072.  
  1073. SDR File Header Information Order (MARCH)
  1074.  
  1075. 1.  Switchname                  7. Package Type
  1076. 2.  Header File Name            8. Package Category
  1077. 3.  Current Date & Time         9. Reject Reason
  1078. 4.  Service Order Number       10. Release Date & Time
  1079. 5.  Service Order Type         11. Accept Date & Time
  1080. 6.  Telephone Number               Reject Date & Time
  1081.                                12. Input Source
  1082.  
  1083.  
  1084. History Header File
  1085.  
  1086.       [1]                    [2]                    [3]
  1087.        |                      |                      |
  1088.       sw: swad0             history header file     fri may 31 07:50:12 1992
  1089.  
  1090. [4]-  so=janet3                   tn=         pkt-in     pkc=other
  1091. [11]- act=05-30 0750   src=ori     |           |          |
  1092.       history text=      |        [6]         [7]        [8]
  1093.       rc:sclist:        [12]
  1094.       ord 31235
  1095.       cx =031235
  1096.       adn 2
  1097.       ! ~
  1098.  
  1099. Reject File
  1100.  
  1101. [1]-  sw:swad2       [2]- reject file   [3]- fri may 30 11:22:01 1992
  1102.  
  1103.  [4]- so=c238          [5]- ver=7  tn=5551212  -[6]
  1104.  [9]- rj reason=ot    rldt=05-30 1059   rjdt=05-30 :106 src=cosmos
  1105.       message test=    |                 |               |
  1106.       rc:line:chg:    [10]              [11]            [12]
  1107.       ord 87102
  1108.       "=238-7102'
  1109.       "ord c231"
  1110.       "restoration from ssv-db"
  1111.       tn 555 1212
  1112.       lcc 1mr
  1113.       ! ~
  1114.       ve data=
  1115.         , er
  1116.  
  1117.       m 07 rc18 0 87102 0 4 valar
  1118.            new 00001605 err 00000307
  1119.            05/30/92 11:07:16
  1120.  
  1121.  
  1122.   I. COSMOS Service Order From The SOI Command
  1123.   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1124.  ________________________________________________________________________
  1125. |WC%                                                                     |
  1126. |WC% SOI                                                                 |
  1127. |H ORD N73322444                                                         |
  1128. |                                                                        |
  1129. |             DEC 19, 1992   10:12:21 AM                                 |
  1130. |           SERVICE ORDER ASSIGNMENT INQUIRY                             |
  1131. |                                                                        |
  1132. |ORD N733224444-A             OT(NC)      ST(AC- )      FACS(YES)        |
  1133. |   DD(12-20-92) FDD(12-20-92) EST(11-16:14) SG(G)  DT(XX   ) OC(COR)    |
  1134. |   MDF WORK REQ(YES) MDF COMPL(NO) LAC COMPL(NO) RCP(NO)                |
  1135. |   WPN 9446 WLST 1= P  2=     3=     4=    5=    6=     7=    8=        |
  1136. |   COORDINATION REQUIRED                                                |
  1137. |   RMK   FAT TBCC,RO D77901070                                          |
  1138. |   RMK   FAT TBCC,RO D77901070                                          |
  1139. |CP  48-0942                                                             |
  1140. |     ST SF   PC     FS WK   DATE 11-28-89   RZ 13                       |
  1141. |     LOC PF01008                                                        |
  1142. |OE 012-25-006                                                           |
  1143. |     ST SF PC       FS WK   DATE 11-12-91   CZ 1MB    US 1MS    FEA TNNL|
  1144. |     PIC 10288                                                          |
  1145. |     LCC BB1                                                            |
  1146. |     CCF   ESX                                                          |
  1147. |     LOC PF01007                                                        |
  1148. |TN   571-5425                                                           |
  1149. |     ST WK  PD FS WK  DATE 12-03-91    TYPE X                           |
  1150. |   **ORD D77901070-C       OT CD  ST AC-     DD 12-20-92  FDD 12-20-92  |
  1151. |                                                                        |
  1152. |** SOI COMPLEATED                                                       |
  1153. |WC%                                                                     |
  1154. |________________________________________________________________________|
  1155.  
  1156.  ________________________________________________________________________
  1157. |                                                                        |
  1158. | WC%                                                                    |
  1159. | WC% SOI                                                                |
  1160. |                                                                        |
  1161. |                                                                        |
  1162. | H ORD N73322444                                                        |
  1163. |                                                                        |
  1164. |            [1]-  DEC 19, 1992   10:12:21 AM                            |
  1165. |           [2]- SERVICE ORDER ASSIGNMNET INQUIRY                        |
  1166. |                                                                        |
  1167. | [3]                         [4]         [5]                            |
  1168. |  |                           |           |                             |
  1169. | ORD N733224444-A             OT(NC)      ST(AC- )      FACS(YES)       |
  1170. |                                                                        |
  1171. |    [7]          [8]           [6]           [9]                        |
  1172. |     |            |             |             |                         |
  1173. |    DD(12-20-92) FDD(12-20-92) EST(11-16:14) SG(G)  DT(XX   ) OC(COR)   |
  1174. |                                                                        |
  1175. |    [10]              [11]          [12]           [13]                 |
  1176. |     |                 |             |              |                   |
  1177. |    MDF WORK REQ(YES) MDF COMPL(NO) LAC COMPL(NO) RCP(NO)               |
  1178. |                                                                        |
  1179. |                                                                        |
  1180. |    WPN 9446 WLST 1= P  2=     3=     4=    5=    6=     7=    8=       |
  1181. |    COORDINATION REQUIRED                                               |
  1182. |    RMK   FAT TBCC,RO D77901070                                         |
  1183. |    RMK   FAT TBCC,RO D77901070                                         |
  1184. |                                                                        |
  1185. |[35]                                                                    |
  1186. | |                                                                      |
  1187. | CP  48-0942                                                            |
  1188. |                                                                        |
  1189. |     [34]           [35]     [36]           [37]                        |
  1190. |      |              |        |              |                          |
  1191. |      ST SF   PC     FS WK   DATE 11-28-89   RZ 13                      |
  1192. |                                                                        |
  1193. |      LOC PF01008  -[39]                                                |
  1194. |                                                                        |
  1195. | OE 012-25-006 -[19]                                                    |
  1196. |                                                                        |
  1197. |     [20]           [21]     [22]           [23]      [24]       [25]   |
  1198. |      |              |        |              |         |          |     |
  1199. |      ST SF PC       FS WK   DATE 11-12-91   CS 1MB    US 1MS   FEA TNNL|
  1200. |                                                                        |
  1201. |      PIC 10288                                                         |
  1202. |                                                                        |
  1203. |      LCC BB1 -[27]                                                     |
  1204. |                                                                        |
  1205. |      CCF   ESX -[26]                                                   |
  1206. |                                                                        |
  1207. |      LOC PF01007 -[32]                                                 |
  1208. |                                                                        |
  1209. | TN   571-5425  -[14]                                                   |
  1210. |                                                                        |
  1211. |     [15]      [16]     [17]            [18]                            |
  1212. |      |         |        |               |                              |
  1213. |      ST WK  PD FS WK  DATE 12-03-91    TYPE X                          |
  1214. |                                                                        |
  1215. |      [38]                 [28]   [29]        [30]         [31]         |
  1216. |       |                    |      |           |            |           |
  1217. |    **ORD D77901070-C       OT CD  ST AC-     DD 12-20-92  FDD 12-20-92 |
  1218. |                                                                        |
  1219. | ** SOI COMPLETED -[40]                                                 |
  1220. |                                                                        |
  1221. | WC%  -[41]                                                             |
  1222. |________________________________________________________________________|
  1223.  
  1224. [1] Date and Time the SOI was Requested in COSMOS
  1225. [2] Title of Output Message
  1226. [3] Order Number
  1227. [4] Order Type
  1228. [5] Status of Order
  1229. [6] EST (11-16:14) When Service Order was Established into COSMOS
  1230. [7] Due Date
  1231. [8] Frame Due Date
  1232. [9] Segment Group
  1233. [10] Main Distributing Frame Work Required
  1234. [11] Main Distributing Frame Work Complete
  1235. [12] Loop Assignment Center Completed
  1236. [13] FACS Y
  1237.  
  1238.             >-- The order has downloaded from SOAC to MARCH(MARCH)
  1239.      RCP N
  1240.  
  1241. [14] Telephone Number
  1242. [15] Present State of Telephone Number
  1243. [16] Future Status of Telephone Number
  1244. [17] Date of Last Activity on Telephone Number
  1245. [18] Type of Telephone Number
  1246. [19] Line Equipment
  1247. [20] Present Status of Line Equipment
  1248. [21] Future Status of Phone Line
  1249. [22] Date of Last Activity on Line Equipment
  1250. [23] Class of Service
  1251. [24] USOC
  1252. [25] Features
  1253. [26] Custom Calling Feature
  1254. [27] Line Class Code
  1255. [28] Order Type that is Clearing Telephone Number
  1256. [29] Status of Order that is Clearing Telephone Number
  1257. [30] Due Date
  1258. [31] Frame Due Date
  1259. [32] Location of Line Equipment on Frame
  1260. [33] Cable and Pair
  1261. [34] Present Status of Cable and Pair
  1262. [35] Future Status of Cable and Pair
  1263. [36] Date of Last Activity on Cable and Pair
  1264. [37] Resistance Zone
  1265. [38] Order Number Clearing Cable
  1266. [39] Location of Cable and Pair on Frame
  1267. [40] SOI Complete Message
  1268. [41] Wire Center and Prompt Symbol to Indicate Computer is Ready for Another
  1269.      Transaction
  1270. [42] Primary Independent Carrier is 10288 (AT&T's Ten Triple X Code)
  1271.  
  1272.  
  1273.  J. MSR - MARCH Status Report (MARCH)
  1274.  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1275.  _______________________________________________________________________
  1276. |                                                                       |
  1277. |  switch name                                                          |
  1278. |                                                                       |
  1279. |  ==================================================================== |
  1280. |                         march status report                           |
  1281. |      sw:switch name                    tue oct 30 11:14:48 1992       |
  1282. |                       pending work functions                          |
  1283. |  ==================================================================== |
  1284. |                         past due         due today       future due   |
  1285. |  ____________________________________________________________________ |
  1286. |  use moi for:             0                0                  0       |
  1287. |  reject file              0                1                270       |
  1288. |  review file              0                0                  0       |
  1289. |  held release status     28               14                 44       |
  1290. |  normal release status    0                7                184       |
  1291. |  ____________________________________________________________________ |
  1292. |  use pac for:             0               15                          |
  1293. |  change notices           0                3                          |
  1294. |  unknown switch notices   0                0                          |
  1295. |  =====================================================================|
  1296. |                                                                       |
  1297. |  ** msr completed                                                     |
  1298. |_______________________________________________________________________|
  1299.  
  1300.  _______________________________________________________________________
  1301. |                                                                       |
  1302. |  switch name                                                          |
  1303. |                                                                       |
  1304. |                                                                       |
  1305. |  ==================================================================== |
  1306. |         [1]                                                           |
  1307. |          |              march status report                           |
  1308. |      sw:switch name             [2]-   tue oct 30 11:14:48 1992       |
  1309. |                       pending work functions                          |
  1310. |  ==================================================================== |
  1311. |                           [3]              [5]             [12]       |
  1312. |                            |                |                |        |
  1313. |                         past due         due today       future due   |
  1314. |  ____________________________________________________________________ |
  1315. |                                                                       |
  1316. |  use moi for:             0                2 -[6]             0       |
  1317. |                                                                       |
  1318. |  reject file              0                1 -[7]             0       |
  1319. |                                                                       |
  1320. |  held release status      5 -[4]           6 -[8]             0       |
  1321. |                                                                       |
  1322. |  normal release status    0                3 -[9]             3 -[13] |
  1323. |  ____________________________________________________________________ |
  1324. |                                                                       |
  1325. |  use pac for:             0               15  -[10]                   |
  1326. |                                                                       |
  1327. |  change notices           0                3 -[11]                    |
  1328. |                                                                       |
  1329. |  unknown switch notices   0                0                          |
  1330. |  =====================================================================|
  1331. |                                                                       |
  1332. |  ** msr completed                                                     |
  1333. |_______________________________________________________________________|
  1334.  
  1335. [1] Office MSR request in (switch name/address)
  1336. [2] Date and time of request
  1337. [3] Past due service order column
  1338. [4] Past due service order on hold
  1339. [5] Due today service order column
  1340. [6] Order due today in the reject file
  1341. [7] Orders due today in review file
  1342. [8] Orders due today on hold
  1343. [9] Orders due today with a normal release status
  1344. [10] PAC service orders which have been changed
  1345. [11] PAC switch advisory notices encountered today
  1346. [12] Future due service order column
  1347. [13] Order due in the future with a normal release status
  1348.  
  1349.  
  1350.  K. Other Notes
  1351.  ~~~~~~~~~~~~~~
  1352.      LCC or Line Class Code is, in short, what kind of line the Bell customer
  1353. may have.  They are the phone line type ID.  These IDs are used by the SCC
  1354. (Switching Control Center) and the switches as an ID to what type of billing
  1355. you have.  Here is a list of some common LCCs that a standard BOC uses.
  1356. Note:  This is not in stone.  These may change from area to area.
  1357.  
  1358. 1FR  - One Flat Rate
  1359. 1MR  - One Measured Rate
  1360. 1PC  - One Pay Phone
  1361. CDF  - DTF Coin
  1362. PBX  - Private Branch Exchange (Direct Inward Dialing ext.)
  1363. CFD  - Coinless ANI7 Charge-a-Call
  1364. INW  - InWATS
  1365. OWT  - OutWATS
  1366. PBM  - 0 HO/MO MSG REG (No ANI)
  1367. PMB  - LTG = 1 HO/MO Regular ANI6
  1368.  
  1369.  
  1370.  L. Recommended Reading
  1371.  ~~~~~~~~~~~~~~~~~~~~~~
  1372. Agent Steal's file in LODTJ #4
  1373. Acronyms 1988 [from Metal Shop Private BBS] (Phrack 20, File 11)
  1374. Lifting Ma Bell's Cloak Of Secrecy by VaxCat (Phrack 24, File 9)
  1375. _______________________________________________________________________________
  1376.  
  1377.  
  1378. Downloaded From P-80 International Information Systems 304-744-2253 12yrs+
  1379.